//+------------------------------------------------------------------+
//| LOGIC OF OPTION C: TickVolumeProfile_C_Hybrid                    |
//| Current TF ≤ M15 → Method B (weighted by close price).           |
//| Current TF > M15 → Method A (detailed analysis using M1 bars).   |
//| This is a trade-off between speed and accuracy.                  |
//+------------------------------------------------------------------+